home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 September / CHIP NET Rehberi Eylül 1998.iso / ftp / iftp21 / IFTPHELP.TXT < prev    next >
Text File  |  1998-03-12  |  5KB  |  77 lines

  1. IFTP v2.x commands. (c) copyright 1997 Santronics Software Inc.
  2. ;--------------------------------------------------------------------
  3. ; DO NOTE CHANGE THIS FILE. IT IS DESIGNED FOR THE HELP COMMAND
  4. ; IN IFTP CONSOLE MODE.  Print this out as a quick reference.
  5. ;--------------------------------------------------------------------
  6.  
  7. Dialopts [/STATUS] [/KEEP] [/TIMEOUT <#>]  Define dialing options
  8. Dial [entry] [username [password]]         Dial a PPP system
  9. Hangup                                     Hangup/Drop Carroer
  10. Open [host/alias] [userid] [password]      Open session
  11. Close                                      Close current session
  12. Quit                                       Close session, quit iFTP
  13. Exit [errorlevel]                          Exit current script w/ errorlevel
  14. Abort [string]                             Abort iftp with errorlevel=1
  15. Halt [errorlevel]                          Abort iftp w/ errorlevel
  16. Dir [file spec]                            Display directory files
  17. CD [directory]                             Change or display directory
  18. MD <directory>                             Create directory
  19. Mkdir <directory>                          Create directory
  20. RD <directory>                             Delete directory
  21. Rmdir <directory>                          Delete directory
  22. Erase <file(s)>                            Delete file(s)
  23. Del <file(s)>                              Delete file(s)
  24. Get <remote file(s)> [storage] [-kill]     Download file(s)
  25. Put <Local file(s)> [storage]  [-kill]     Upload file(s)
  26. Copy <sourceFiles> <targetpath>            Copy source files to target path
  27. Move <sourceFiles> <targetpath>            Move source files to target path
  28. Writefile <file> [string]                  Write string to file
  29. Debug [ON|OFF|LOG|ASYNC|SCRIPT]            Enables log,script,async debugging
  30. Call <scriptfile> [parameters]             Call another script
  31. Run  <scriptfile> [parameters]             Same as call command
  32. Goto <label>                               Jump to label in script
  33. Label <label>                              Defines label in script
  34. Log <string>                               Write string to log/screen
  35. Write <string>                             Write string to screen
  36. WriteError [string]                        Write last error
  37. Delay x [secs|mins|hrs]                    Pause msecs or secs,mins,hrs
  38. Timeout <seconds>                          Create Global Timeout
  39. ;
  40. ; 2.0 official release
  41. ;
  42. Exec <application>                         Spawn or start application
  43. Dos <dos commands or application>          Like exec, but uses COMPSEC
  44. WaitUntil <hh:ss or NEXTHOUR>              Wait until time hh:ss or next hour
  45. Status                                     Show Status Information
  46. Help [command search]                      Show this help or search for command
  47. Rep [history index]                        Repeat last or history index item
  48. Hist [CLEAR]                               Show or clear history of commands
  49. Set [key[=value]]                          Show/Set/UnSet local variables
  50. Setclr                                     Clear all local variables
  51. WebGet <http://site/filename>              Download http (WEB) only file
  52. UrlGet <Url>                               Download generic URL file
  53. ReadFile <filename> <var> [line#]          Read local file into variable
  54. LS [spec]                                  Show directory in wide format
  55. Cache [ON|OFF]                             Toggle Download Cache (OFF)
  56. Beep                                       Sound PC beeper
  57. Edit <file>                                Call defined editor to edit file
  58. ServerLog [ON:OFF]                         Log FTP responses to iftpserv.log
  59. Binary [ON:OFF]                            Toggle Transfer Binary or Ascii
  60. PlayWav <wavfile>                          Play wav file. (soundcard required)
  61. PopupMsg <string>                          Display window popup message
  62. Async [ON|OFF] [ALL|CONN|GET|PUT|DIR|DIAL] Toggle all or specific async modes
  63. Progress [ON|OFF]                          Toggle Transfer Progress Indicator
  64. FTP:                                       Switch to Remote FTP drive
  65. DOS:                                       Switch to Local DOS drive
  66. Type <file>                                Display File to Console/Screen
  67. XPut <LocalFiles> [Storage] [-A -M -E -T]  Upload Files with options
  68. ErrorLevel <xxx>                           Change the Errorlevel to XXX
  69. ErrorQuiet [ON:OFF]                        Show I/O Errors duing Scripts
  70. SaveDate [ON:OFF]                          Use Remote Date for downloads
  71. LogFile [LogFileName]                      Change the script log file
  72. Update <RemoteFiles> [DosPath] [-kill]     Transfer new files only
  73. ;
  74. ; 2.1a
  75. ;
  76. Rename <oldfilename> <newfilename>         Rename file name
  77.